home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Menu / MenuWater.mat < prev   
Encoding:
Text File  |  2004-02-11  |  453 b   |  28 lines

  1.  
  2.  
  3. shader()
  4. {
  5.     cull("cw")
  6.     sortweight("preblended")
  7.  
  8.     pass()
  9.     {
  10.         tmu()
  11.         {
  12.             texture()
  13.             {
  14.                 usermap(0)
  15.                 addressfunc("clamp", "clamp", "clamp")
  16.             }
  17.         colorop("mul", "texture", "tfactor_a", "current")
  18.         texgen("projected")
  19.         }
  20.  
  21.     tfactor(0,0,0, 0.3)
  22.         blendfunc("one", "inv_src_color")
  23.         depthfunc("lequal", 0)
  24.     }
  25.  
  26. }
  27.  
  28.